home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 6 / hsatxt.zip / MSC_TX.BAT < prev    next >
DOS Batch File  |  1988-04-24  |  121b  |  6 lines

  1. Rem Build HSA_TEXT Demo - MSC Compiler
  2. cl /Zp tx_demo.c /link sm_hsa_t.lib
  3. if errorlevel 1 goto done
  4. tx_demo
  5. :done
  6.